home *** CD-ROM | disk | FTP | other *** search
/ Deutsche Edition 1 / Deutsche Edition 1.iso / amok / 011-020 / amok19 / muchmore_1.5 / muchmore.readme < prev    next >
Text File  |  1993-11-04  |  7KB  |  212 lines

  1.  
  2.  
  3.                         M u c h M o r e  v 1.5
  4.                      ============================
  5.  
  6.  
  7.                       © 1988 by Fridtjof Siebert
  8.                              Nobileweg 67
  9.                          D-7000-Stuttgart-40
  10.  
  11.  
  12.  
  13.   What is MuchMore?
  14.  
  15.     Muchmore is another program like More, Less etc. that prints
  16.     ASCII-Files to the screen. Unlike these, it opens a CustomScreen to
  17.     show the text and to scroll it softly! But not only softly, if you want
  18.     MuchMore is also able to scroll very quickly! Furthermore there are
  19.     commands to search for strings and to print the text. MuchMore will run
  20.     on any Amiga, whether it's a PAL, NTSC, overscan or any future Amiga.
  21.     Because MuchMore's screen has no border, there are 80 characters
  22.     displayed per line. And all of that for less than 16K! That's about 56%
  23.     of LESS' size!
  24.  
  25.   How to start MuchMore:
  26.  
  27.     CLI:
  28.  
  29.       Just Type:
  30.  
  31.         MuchMore <FileName>
  32.  
  33.       FileName is the name of the ASCII-Text that is to be displayed. If
  34.       there are any spaces in the filename it has to be surrounded by
  35.       quotes.
  36.  
  37.     Workbench:
  38.  
  39.       Just select the text to be print with your mouse and then
  40.       shift-doubleselect Muchmore.
  41.  
  42.       Texts with MuchMore as their default-tool (e.g. ":c/MuchMore" when
  43.       MuchMore has been copied to the disk's :c/ directory) can be
  44.       displayed by just doubleclicking them.
  45.  
  46.   MuchMore's commands:
  47.  
  48.     The commands are activated by simply pressing their keys:
  49.  
  50.       Space or left mousebutton:
  51.  
  52.                  Stops or restarts scrolling. While scrolling is stopped
  53.                  the filelength, linenumber and the current percentage of
  54.                  the text are displayed in the bottommost line.
  55.  
  56.                  Pressing space at the end of the texts quits MuchMore.
  57.  
  58.       BackSpace or right mousebutton:
  59.  
  60.                  Stops or restarts backward scrolling. Works similar to the
  61.                  Space-Key.
  62.  
  63.       Up/Down or 2/8 of the numeric keys:
  64.  
  65.                  Scrolls one line up or down.
  66.  
  67.                  If you use these keys together with the shift-key you can
  68.                  start and stop fast scrolling.
  69.  
  70.                  Alt plus these keys scrolls one page up or down.
  71.  
  72.       PgUp / PgDn (numeric keys):
  73.  
  74.                  Scrolls one page up or down.
  75.  
  76.       T (top) or Home:
  77.  
  78.                  Moves to first page.
  79.  
  80.       B (bottom) or End:
  81.  
  82.                  Moves to last page.
  83.  
  84.       F (find):
  85.  
  86.                  Waits for a string to be entered and searches for this
  87.                  string starting at the topmost line currently displayed on
  88.                  the screen. The search is case-insensitiv. If the string
  89.                  is found, the line containing the string will become the
  90.                  new topmost line on the screen. Else the last page is
  91.                  displayed.
  92.  
  93.       N (next):
  94.  
  95.                  Searches for the next occurance of the string entered with
  96.                  `F'. See above.
  97.  
  98.       P (previous):
  99.  
  100.                  Searches for the previous occurence of the string entered
  101.                  with `F'. It starts at the topmost line that's currently
  102.                  displays and searches backwards. If the search
  103.                  is succesful, the line containing the string will be
  104.                  displayed like it is by the F-Command. Else the first page
  105.                  of the text is displayed.
  106.  
  107.       Shift + Alt + O (printout):
  108.  
  109.                  Prints the text. This is done with "TYPE text TO PRT:". So
  110.                  it works with any printer when the preferences are set
  111.                  correctly. The TYPE and RUN commands must be in the C:
  112.                  directory. While printing you needn't wait. You can
  113.                  continue reading the text with MuchMore. I hope that it is
  114.                  impossible to press shift+alt+o accidentally, so you wont
  115.                  print a 100k text when you in fact don't need a printout.
  116.                  The printing cannot be interrupted, but you can switch off
  117.                  your printer and wait for the printertrouble-requester.
  118.  
  119.       HELP oder H:
  120.  
  121.                  Shows all MuchMore-Commands. This way everybody who
  122.                  doesn't have this documentation shall be able to use
  123.                  MuchMore. After pressing any key the original text is
  124.                  displayed again.
  125.  
  126.       ESC, Q, X or 5 of the numeric keys:
  127.  
  128.                  Quit MuchMore.
  129.  
  130.   The Files of the package:
  131.  
  132.     MuchMore:          The executeable (16188 Bytes).
  133.     MuchMore.mod:      The Modula-II Sourcecode (M2Amiga compiler v3.1)
  134.     MuchMore.ReadMe:   This documentation.
  135.     MuchMore.LiesMich: The german documentation
  136.  
  137.     Every file has it's icon.
  138.  
  139.   Copyright:
  140.  
  141.     MuchMore is free to be spread on Public-Domain and Shareware Disks, as
  142.     long as they are sold for less than $6. It can be used to show ReadMe-
  143.     and Documentation- Files, but my name has to be left in the program
  144.     (Help-function and while starting without argument).
  145.  
  146.     Although MuchMore is not Shareware, donations are welcome.
  147.  
  148.     It's not allowed to uses this commercially without my written
  149.     permission. This permission is also neccessary if you want to publish
  150.     MuchMore as a part of a commercial product.
  151.  
  152.     If you change anything in my source you're allowed to put your name in
  153.     the program's head (:UpDate.), but leave my name in!
  154.  
  155.  
  156.   Mail:
  157.  
  158.     If you have any comments, donations, questions or PD programs just send
  159.     them to me!
  160.  
  161.  
  162.   Revisions:
  163.  
  164.    v1.2:
  165.  
  166.       - now the file's name, its length etc. are displayed when scrolling
  167.         is stopped with <Space>.
  168.  
  169.       - now left and right mousebutton can be used instead of space and
  170.         backspace.
  171.  
  172.       - Control Codes are no more displayed.
  173.  
  174.    v1.3:
  175.  
  176.       - Strong increase in speed while scrolling. WarpText has been
  177.         replaced by QText (Sorry, Bill). MuchMore is now as fast as Blitz!
  178.         (with Video Sync) although it uses a bigger Screen.
  179.  
  180.       - Now supports numeric keys (home, end, PgUp etc.)
  181.  
  182.       - Now the screen gets it's size from gfxbase^.normalDisplayXXX. This
  183.         way MuchMore can be run on PAL, NTSC, Amigas with an Overscan-
  184.         Workbench (like mine), and on resolutions that'll be used in
  185.         future. It always opens its screen as big as the current Workbench-
  186.         screen.
  187.  
  188.    v1.4:
  189.  
  190.       - Display and Loading of the text are now done by 2 asynchronus
  191.         tasks. Scrolling is more homogenus now and there are now more stops
  192.         to load further text.
  193.  
  194.       - The feature to display several texts has been removed.
  195.  
  196.       - Bugs in filelemgth and End-function removed
  197.  
  198.       - New Commands: Find, Next, Previous to search for strings
  199.  
  200.       - Scrolling stops when MuchMore's Window is inactivated.
  201.  
  202.    v1.5:
  203.  
  204.       - New Command: Print text (shift+alt+o)
  205.  
  206.       - removed all imports. Now MuchMore is 16828 Bytes short!
  207.  
  208.       - added numeric key 5 to quit
  209.  
  210.  
  211. ---  Fridtjof.
  212.